flowchart LR id1[(Backlog)] ==> id2["`create *feature* branch`"] id2 ==> id3["`clone or pull to IDE and make changes`"] id3 ==> id4["`User Build Commit to branch Push to remote`"] id4 ==> id5["`Feature build and test`"] id5 ==> id6[Create Pull Request]